dxp-ux

(0 reviews)

TMF683 - Party Interaction

1. GET /partyInteraction

This operation list or find PartyInteraction entities.

URL
https://[host]:[port]/dxp-ux/v1/{businessId}/partyInteraction
URL PARAMS
nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (PA etc.) identifying the business unit.Y
namevaluedescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server. Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.Y
Query Params
nametypedescriptionrequired (mandatory-Y, optional-N, Not applicable- N/A)
interactionItem.item.idstringunique identifier of the account.Y(PA)
interactionItem.item.@referredTypestringDefines the type of interactionItem.item.idY(PA)
Data Model
Response Data Model
nametypedescriptionrequired (mandatory-Y, optional-N, Not applicable-N/A)
interactionDateobjectTime period during which the interaction occurred.N
interactionDate.startDateTimedatetimeStart date and time of the interaction.N
descriptionstringDescription of the interaction.N
reasonstringReason why the interaction happened.N
statusstringStatus of the interaction.N
directionstringIndicates who initiated the interaction (inbound or outbound).N
channelarrayList of channels through which the interaction occurred.N
channel[].namestringName of the interaction channel.N
channel[].idstringId of the interaction channel.N
channel[].hrefstringhref of the interaction channel.N
interactionItemarrayCollection of interaction items associated with the interaction.N
interactionItem[].itemobjectReferenced business entity associated with the interaction item.N
interactionItem[].item.@typestringType of the referenced entity.N
interactionItem[].item.@referredTypestringActual type of the referenced resource.N
interactionItem[].item.idstringUnique identifier of the referenced entity.N
interactionItem[].item.rolestringBusiness role of the referenced entity.N
interactionItem[].notearrayNotes associated with the interaction item.N
interactionItem[].note[].textstringAdditional information or comments related to the interaction item.N
@typestringType of the interaction resource.N
Key considerations
Key Considerations for PA:
  • The GET /partyInteraction API is used to retrieve the Percentage Discount information based on the Pricing Plan and Fixed Dollar Discount applied to the customer's account.
  • creationDate: Indicates the date when the discount was applied to the customer's account.
  • description: Provides details about the account-level discount that was granted.
  • reason: Displays a short name or code representing the discount type.
  • interactionItem[].item: Identifies the billing account to which the discount applies.
  • interactionItem[].note[].text: Shows the pricing plan name and the fixed discount amount applied to the customer's account.

Reviews